MetObjects

Data license: CC0 · Data source: metmuseum/openaccess

6 rows where Artist Nationality = 747

View and edit SQL

Suggested facets: Is Public Domain, Object Name, Artist Prefix, Classification

Link rowid ▼ Object Number Is Highlight Is Public Domain Object ID Department Object Name Title Culture Period Dynasty Reign Portfolio Artist Role Artist Prefix Artist Display Name Artist Display Bio Artist Suffix Artist Alpha Sort Artist Nationality Artist Begin Date Artist End Date Object Date Object Begin Date Object End Date Medium Dimensions Credit Line Geography Type City State County Country Region Subregion Locale Locus Excavation River Classification Rights and Reproduction Link Resource Repository
206492 22.25 0 0 333836 Drawings and Prints 11 Book 97 Illustrations to the Vicar of Wakefield           Designer|Author 985   William Mulready|Oliver Goldsmith Irish, Ennis 1786–1863 London|Irish, Pallas, Longford ca. 1728–1774 London   Mulready, William|Goldsmith, Oliver 17326 Irish|Irish 747 1786 |1725 1863 |1774 1843 1843 1843 Illustrations: wood engraving 28946 13 9/16 x 19 15/16 x 9/16 in. (34.5 x 50.6 x 1.5cm) Rogers Fund, 1922                       Books 442   Metropolitan Museum of Art, New York, NY 1
222657 44.22.1 0 0 350218 Drawings and Prints 11 Book 97 The Tailor's Irish Instructor, and only Correct Guide to Cutting Garments Without the Aid of a Teacher           Author|Publisher 44 Written by Patrick Gaffney|Barry Loftus Irish, active 19th century|Dublin   Gaffney, Patrick|Loftus, Barry 24828 Irish|Irish 747 1800 |1800 1900 |1900 ca. 1810 1805 1815 plates: engraving 33820 Overall: 7 5/16 x 4 1/2 x 3/8 in. (18.5 x 11.5 x 1 cm) Harris Brisbane Dick Fund, 1944   Dublin 578                   Books 442   Metropolitan Museum of Art, New York, NY 1
223893 40.95(1–7) 0 0 351481 Drawings and Prints 11 Book 97 Prize Outlines. Royal Irish Art-Union Competition. 1845...Illustrating the National Ballad of "Savourneen Deelish".           Designer|Lithographer|Printer 2703 After Michael Angelo Hayes|James Henry Lynch|M. & N. Hanhart, London Irish, Waterford 1820–1877 Dublin|Irish, active from 1815, died 1868 London   Hayes, Michael Angelo|Lynch, James Henry|Hanhart, M. & N. 25810 Irish|Irish 747 1820 |1768 |1830 1877 |1868 |1903 1845–46 1845 1846 Illustrations: lithography 28996 15 x 11 7/16 x 3/16 in. (38.1 x 29.1 x 0.5 cm) Gift of Condé Raguet Thorn, 1940                       Books 442   Metropolitan Museum of Art, New York, NY 1
237295 61.663.217 0 0 365277 Drawings and Prints 11 Print 731 The Distribution of Premiums at the Society of Arts           Artist|Publisher 710   James Barry|James Barry Irish, Cork 1741–1806 London|Irish, Cork 1741–1806 London   Barry, James|Barry, James 32453 Irish|Irish 747 1741 |1741 1806 |1806 1792, printed after 1806 1791 1806 Etching and engraving; fourth state of four 36787 Sheet: 16 1/2 × 20 1/8 in. (41.9 × 51.1 cm) Gift of Harry G. Friedman, 1961                       Prints 13   Metropolitan Museum of Art, New York, NY 1
255774 17.3.1543 0 0 384442 Drawings and Prints 11 Print 731 Portrait of William Baillie           Artist|Artist 13 After Captain William E. Baillie|Nathaniel Hone Irish, County Kilbride 1723–1810 London|Irish, Dublin 1718–1784 London   Baillie, Captain William E.|Hone, Nathaniel 36759 Irish|Irish 747 1723 |1718 1810 |1784 n.d. 1735 1810 Stipple engraving 37370 Plate: 7 5/16 × 4 5/8 in. (18.5 × 11.8 cm) Harris Brisbane Dick Fund, 1917                       Prints 13   Metropolitan Museum of Art, New York, NY 1
256090 50.602.135 0 1 384761 Drawings and Prints 11 Cut paper 13836 Portrait of Jonathan Swift           Artist|Sitter 972 Portrait of Nathaniel Bermingham|Jonathan Swift Irish, born ca. 1720, active mainly London, 1736–74|Irish, Dublin 1667–1745 Dublin   Bermingham, Nathaniel|Swift, Jonathan 36838 Irish|Irish 747 1720 |1667 1774 |1745 1774 1774 1774 White cut paper, with pen and ink additions, mounted on black silk, framed 41178 Overall: 13 7/16 x 11 in. (34.2 x 28 cm) The Glenn Tilley Morse Collection, Bequest of Glenn Tilley Morse, 1950                       Cut Paper 683   Metropolitan Museum of Art, New York, NY 1

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "MetObjects" (
"Object Number" TEXT,
  "Is Highlight" INTEGER,
  "Is Public Domain" INTEGER,
  "Object ID" INTEGER,
  "Department" INTEGER,
  "Object Name" INTEGER,
  "Title" TEXT,
  "Culture" INTEGER,
  "Period" REAL,
  "Dynasty" INTEGER,
  "Reign" INTEGER,
  "Portfolio" INTEGER,
  "Artist Role" INTEGER,
  "Artist Prefix" REAL,
  "Artist Display Name" TEXT,
  "Artist Display Bio" TEXT,
  "Artist Suffix" REAL,
  "Artist Alpha Sort" INTEGER,
  "Artist Nationality" INTEGER,
  "Artist Begin Date" TEXT,
  "Artist End Date" TEXT,
  "Object Date" TEXT,
  "Object Begin Date" INTEGER,
  "Object End Date" INTEGER,
  "Medium" INTEGER,
  "Dimensions" TEXT,
  "Credit Line" TEXT,
  "Geography Type" INTEGER,
  "City" INTEGER,
  "State" INTEGER,
  "County" INTEGER,
  "Country" INTEGER,
  "Region" INTEGER,
  "Subregion" INTEGER,
  "Locale" INTEGER,
  "Locus" INTEGER,
  "Excavation" INTEGER,
  "River" INTEGER,
  "Classification" INTEGER,
  "Rights and Reproduction" REAL,
  "Link Resource" TEXT,
  "Metadata Date" TEXT,
  "Repository" INTEGER
,
FOREIGN KEY ("Department") REFERENCES [Department](id),
    FOREIGN KEY ("Object Name") REFERENCES [Object Name](id),
    FOREIGN KEY ("Culture") REFERENCES [Culture](id),
    FOREIGN KEY ("Dynasty") REFERENCES [Dynasty](id),
    FOREIGN KEY ("Reign") REFERENCES [Reign](id),
    FOREIGN KEY ("Portfolio") REFERENCES [Portfolio](id),
    FOREIGN KEY ("Artist Role") REFERENCES [Artist Role](id),
    FOREIGN KEY ("Artist Alpha Sort") REFERENCES [Artist Alpha Sort](id),
    FOREIGN KEY ("Artist Nationality") REFERENCES [Artist Nationality](id),
    FOREIGN KEY ("Medium") REFERENCES [Medium](id),
    FOREIGN KEY ("Geography Type") REFERENCES [Geography Type](id),
    FOREIGN KEY ("City") REFERENCES [City](id),
    FOREIGN KEY ("State") REFERENCES [State](id),
    FOREIGN KEY ("County") REFERENCES [County](id),
    FOREIGN KEY ("Country") REFERENCES [Country](id),
    FOREIGN KEY ("Region") REFERENCES [Region](id),
    FOREIGN KEY ("Subregion") REFERENCES [Subregion](id),
    FOREIGN KEY ("Locale") REFERENCES [Locale](id),
    FOREIGN KEY ("Locus") REFERENCES [Locus](id),
    FOREIGN KEY ("Excavation") REFERENCES [Excavation](id),
    FOREIGN KEY ("River") REFERENCES [River](id),
    FOREIGN KEY ("Classification") REFERENCES [Classification](id),
    FOREIGN KEY ("Repository") REFERENCES [Repository](id));
CREATE INDEX ["MetObjects_Department"] ON [MetObjects]("Department");
CREATE INDEX ["MetObjects_Object Name"] ON [MetObjects]("Object Name");
CREATE INDEX ["MetObjects_Culture"] ON [MetObjects]("Culture");
CREATE INDEX ["MetObjects_Dynasty"] ON [MetObjects]("Dynasty");
CREATE INDEX ["MetObjects_Reign"] ON [MetObjects]("Reign");
CREATE INDEX ["MetObjects_Portfolio"] ON [MetObjects]("Portfolio");
CREATE INDEX ["MetObjects_Artist Role"] ON [MetObjects]("Artist Role");
CREATE INDEX ["MetObjects_Artist Alpha Sort"] ON [MetObjects]("Artist Alpha Sort");
CREATE INDEX ["MetObjects_Artist Nationality"] ON [MetObjects]("Artist Nationality");
CREATE INDEX ["MetObjects_Medium"] ON [MetObjects]("Medium");
CREATE INDEX ["MetObjects_Geography Type"] ON [MetObjects]("Geography Type");
CREATE INDEX ["MetObjects_City"] ON [MetObjects]("City");
CREATE INDEX ["MetObjects_State"] ON [MetObjects]("State");
CREATE INDEX ["MetObjects_County"] ON [MetObjects]("County");
CREATE INDEX ["MetObjects_Country"] ON [MetObjects]("Country");
CREATE INDEX ["MetObjects_Region"] ON [MetObjects]("Region");
CREATE INDEX ["MetObjects_Subregion"] ON [MetObjects]("Subregion");
CREATE INDEX ["MetObjects_Locale"] ON [MetObjects]("Locale");
CREATE INDEX ["MetObjects_Locus"] ON [MetObjects]("Locus");
CREATE INDEX ["MetObjects_Excavation"] ON [MetObjects]("Excavation");
CREATE INDEX ["MetObjects_River"] ON [MetObjects]("River");
CREATE INDEX ["MetObjects_Classification"] ON [MetObjects]("Classification");
CREATE INDEX ["MetObjects_Repository"] ON [MetObjects]("Repository");
CREATE INDEX metobjects_IsHighlight ON MetObjects("Is Highlight");
CREATE INDEX metobjects_IsPublicDomain ON MetObjects("Is Public Domain");
CREATE INDEX metobjects_Department ON MetObjects("Department");
CREATE INDEX metobjects_Culture ON MetObjects("Culture");
CREATE INDEX metobjects_Period ON MetObjects("Period");
CREATE INDEX metobjects_Dynasty ON MetObjects("Dynasty");
CREATE INDEX metobjects_Medium ON MetObjects("Medium");
CREATE INDEX metobjects_City ON MetObjects("City");
CREATE INDEX metobjects_State ON MetObjects("State");
CREATE INDEX metobjects_County ON MetObjects("County");
CREATE INDEX metobjects_Country ON MetObjects("Country");
CREATE INDEX metobjects_Region ON MetObjects("Region");
CREATE INDEX metobjects_Subregion ON MetObjects("Subregion");
CREATE INDEX metobjects_Locale ON MetObjects("Locale");
CREATE INDEX metobjects_Locus ON MetObjects("Locus");
CREATE INDEX metobjects_Excavation ON MetObjects("Excavation");
CREATE INDEX metobjects_River ON MetObjects("River");
Powered by Datasette · Query took 134.241ms · Data license: CC0 · Data source: metmuseum/openaccess